/*body*/
body{
    /*background: url("img/body-bg.jpg")repeat scroll 0 0 rgba(0,0,0,0);*/
}
p{font-family: "宋体";
    font-size: 13px;
}

.intro
{
    font-family:"宋体";
    font-size:13px;
    line-height: 1.8;
}
.hr0{ height:1px;border:none;border-top:1px #eee;}

/* header */
.rh-main-header {
    /*text-align: center;*/
    padding: 25px 25px 5px 25px;
}

.rh-header{
    /*background: #6f9bb7;*/
}
.rh-bottom{
    padding-top: 30px;
    padding-bottom:10px;
}

/*tab-control*/
.tab-pane{
    padding:15px 10px 0px 10px;
}
.tab-button-s{
    vertical-align: bottom;
}

.marketing .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-3 p {
    margin-right: 10px;
    margin-left: 10px;
}


/*footer*/
.footer{
    padding-bottom: 20px;
    /*background-color: #3b6783;*/
    background-color: #555;
}
.footer h4{
    color:#ffffff;
}
.footer p{
    color:darkgrey;
}
.footer p a{
    color:lightgray;
}

/* CAROUSEL*/
.carousel {
    height: 350px;
    margin-bottom: 20px;

}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 350px;
    background-color: #777;

}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    text-align:center;
    width: 100%;
    height: 350px;
}
@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}


/* CAROUSEL*/
.thumbnail .carousel{
    height: 234px;
    margin-bottom: 0px;
}
.thumbnail .carousel-caption {
    z-index: 10;
}
.thumbnail .carousel .item {
    height: 234px;
    background-color: #999;
}
.thumbnail .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 234px;
}

/*.thumbnail .caption{*/
    /*background: url(img/bg.png);*/
/*}*/



/*nav */
.rh-nav {
    margin: 0px auto;
    width: 100%;
    z-index: 99999;
    position: relative;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    /*background-color: #6f9bb7;*/
    height: 48px

}
.rh-nav hr{
    padding:0px;
    margin:0px;
    margin-bottom: 7px;
}
.rh-nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.rh-nav a {
    font: bold 16px 黑体;
    color: #333
}
.rh-nav  li.rh-nav-top {
    border-right: #ccc 1px solid;
    float: left;

    padding-top:15px;
    position: relative;
    height: 47px;
    width:120px;
    text-align: center
}
.rh-nav li:hover {
    Z-INDEX: 128000; BACKGROUND-COLOR: #666
}
.rh-nav li:hover A {
    COLOR: #fff; TEXT-DECORATION: none
}
.rh-nav li:hover .rh-sub-menu {
    DISPLAY: inline; Z-INDEX: 99999
}

.rh-nav li:hover .rh-sub-menu  a {
    FONT: 13px 黑体; COLOR: #1f4f9d
}

.rh-nav li:hover .rh-sub-menu h3,.rh-sub-menu h4{
    font-family: 黑体;
    color:#333;
}
.rh-nav .rh-sub-menu {
    border: #cccccc 1px solid;
    PADDING: 11px 17px 11px 27px;
    DISPLAY: none;
    LEFT: 0px;
    WHITE-SPACE: nowrap;
    POSITION: absolute;
    TOP: 47px;
    /*background: url(img/bg.png);*/
    background-color:#ffffff;
    TEXT-ALIGN: left;
    width:600px
}
.rh-nav .rh-sub-menu ul {
    MARGIN-BOTTOM: 6px;
    MARGIN-RIGHT: 10px;
    rem-float: left
}
.rh-nav .rh-sub-menu li:hover A {
    TEXT-DECORATION: underline
}
.rh-nav .rh-sub-menu li:hover {
    BACKGROUND-COLOR: transparent
}


.img_carousel{
    width:100%;
}

.jumbotron{
    padding:0px;
    margin-bottom:10px;
}

.jumbotron_admin{
    background:url("../img/bg.png");
    color:#fff
}

/*sidenav*/
.bs-docs-sidenav li.active a{
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,.2);
    font-weight:bold}
.bs-docs-sidenav{
    margin:5px 0;
    padding:0;
    background-color:#fff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.065);
    box-shadow:0 1px 4px rgba(0,0,0,.065)}

.bs-docs-sidenav li.nav-header{
    background-color:#f5f5f5;
    margin:0;
    padding:6px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    text-transform:none;
    border:1px solid #e3e3e3;
    border-bottom:none;
    font-weight:bold}

.bs-docs-sidenav>li>a{
    display:block;
    margin:0 0 -1px;
    padding:8px 14px;
    border:1px solid #e5e5e5}
.bs-docs-sidenav>li:first-child>a{
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0}
.bs-docs-sidenav>li:last-child>a{
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px}
.bs-docs-sidenav>.active>a{
    position:relative;
    z-index:2;
    padding:9px 15px;
    border:0;
    background-color:#428bca;
    text-shadow:0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow:inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1)}
.bs-docs-sidenav .glyphicon-chevron-right{
    float:right;
    margin-top:2px;
    margin-right:-6px;
    opacity:.25}
.bs-docs-sidenav .current .glyphicon-chevron-right{
    opacity:1}
.bs-docs-sidenav>li.active>a:hover{
    background-color:#428bca}
.bs-docs-sidenav>li>a:hover{
    background-color:#f5f5f5}
.bs-docs-sidenav a:hover .glyphicon-chevron-right{
    opacity:.5}
.bs-docs-sidenav .active .glyphicon-chevron-right,.bs-docs-sidenav .active a:hover .glyphicon-chevron-right{
    opacity:1}
.bs-docs-sidenav.affix{
    top:10px}
.bs-docs-sidenav.affix-bottom{
    position:absolute;top:auto;bottom:70px}


.table-center td
{
    text-align:center;
}
.table-vcenter td {
    vertical-align: middle!important;
}

.footer-bottom
{
    font-size:14px
}
.footer-bottom ul>li
{padding:0;
 color:#ccc}
 .footer-bottom ul>li a   
{
 color:#ccc}
.footer-bottom ul>li+li:before{padding:0 10px;color:#ccc;content:"|"}






/*.bs-docs-sidenav.affix {*/
    /*top: 40px;*/
/*}*/
/*.bs-docs-sidenav.affix-bottom {*/
    /*position: absolute;*/
    /*top: auto;*/
    /*bottom: 270px;*/
/*}*/




